home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Utilities / SuperDuper! 1.5.5.dmg / SuperDuper!.app / Contents / Resources / Copy Scripts / Auto-Rebuild OS 9 Desktop.dset next >
Encoding:
Extensible Markup Language  |  2005-04-06  |  973 b   |  30 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Class</key>
  6.     <string>Include</string>
  7.     <key>Description</key>
  8.     <string>This script ignores the OS 9 "Desktop" files when copying from (source) to (target).
  9.  
  10. This is helpful when moving OS9 from one volume to another: when you boot from an OS 9 clone, it's necessary to rebuild the Desktop before the clone will work properly. Including this script in will cause the rebuild to be automatically performed the next time OS 9 is launched.</string>
  11.     <key>Directives</key>
  12.     <array>
  13.         <dict>
  14.             <key>Directive</key>
  15.             <string>exclude</string>
  16.             <key>Item</key>
  17.             <string>Desktop DB</string>
  18.         </dict>
  19.         <dict>
  20.             <key>Directive</key>
  21.             <string>exclude</string>
  22.             <key>Item</key>
  23.             <string>Desktop DF</string>
  24.         </dict>
  25.     </array>
  26.     <key>Include Directives</key>
  27.     <array/>
  28. </dict>
  29. </plist>
  30.